How to Install iPython

This is very easy

Open your command line and enter this command 'pip install ipython[all]'

This command will install all the ipython package

After the installation is done enter this command 'ipython notebook'

This should open up your browser and you should be able to see jupyter at the top

Further utilisation of ipython will be discussed

or you can browse more on how to use ipython notebook

Next

Running Scripts via the Command Line